object EditWeightDlg: TEditWeightDlg Left = 362 Top = 291 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Modifier le poids' ClientHeight = 114 ClientWidth = 335 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 264 Top = 16 Width = 38 Height = 13 Caption = 'Poids :' end object Label2: TLabel Left = 16 Top = 16 Width = 96 Height = 13 Caption = 'Expression R'#233'guli'#232're :' end object OKBtn: TButton Left = 168 Top = 80 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = OKBtnClick end object CancelBtn: TButton Left = 248 Top = 80 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 5 end object ExpressionEdit: TEdit Left = 16 Top = 32 Width = 241 Height = 21 HelpContext = 5001 TabOrder = 0 end object HelpBtn: TButton Left = 16 Top = 80 Width = 105 Height = 23 HelpContext = 10 Caption = 'Exemples d'#39'ER' TabOrder = 3 OnClick = HelpBtnClick end object Edit1: TEdit Left = 264 Top = 32 Width = 41 Height = 21 HelpContext = 5002 TabOrder = 1 Text = '100' end object WeightSpin: TUpDown Left = 305 Top = 32 Width = 15 Height = 21 HelpContext = 5002 Associate = Edit1 Max = 30000 Position = 100 TabOrder = 2 end end